home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u258.dms / in.adf / UserDocs / Manual_Pages / Break < prev    next >
Encoding:
Text File  |  1988-02-12  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      Break(REL2)         ARP User's    Manual           Break(REL2)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Break    - Send a signal    to a background    process.
  10.  
  11.      SYNOPSIS
  12.       Break    <task> <all> <c> <d> <e> <f>
  13.  
  14.      DESCRIPTION
  15.       Many programs    which run from the CLI will respond to the
  16.       typing of one    of the control characters C D E    or F. By far
  17.       the most common is control-C which usually causes a process
  18.       to terminate.     If you    execute    a task in the background (by
  19.       using    Run or ARun), you will not be able to send it a    break
  20.       signal from the keyboard, and    that is    where Break comes in.
  21.       Once you know    the task number    of the process you wish    to
  22.       signal available immediately after you run the process or by
  23.       using    the Status program), you can send one of these control
  24.       signals to the background process.
  25.  
  26.      EXAMPLE
  27.       To send a control C to background process number 2:
  28.       Break    2 C or Break 2 (Break defaults to control C)
  29.  
  30.       To send ALL control signals to background process number 3:
  31.       Break    3 C D E    F or Break 3 ALL
  32.  
  33.      CONSIDERATIONS
  34.       Not all programs respond to break requests.
  35.  
  36.      SEE ALSO
  37.       Status
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.